home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / business / ar_sim13.zip / COMPANY.CLA < prev    next >
Text File  |  1996-01-01  |  721b  |  18 lines

  1. company         file,pre(co),create,reclaim
  2. record           record
  3. name         string(30)             !Company Name
  4. address1     string(30)             !Company Address 1
  5. address2     string(30)             !Company Address 2
  6. city_st         string(30)             !Company City/State
  7. country         string(30)             !Company Country
  8. phone         string(30)             !Company Phone
  9. contact         string(30)             !Contact name for statements
  10. contct_phone     string(@p(###) ###-####p)     !Contact phone number
  11. date_autopst     long                 !Date of last auto posting
  12. logo_pos     string(1)             !Logo position
  13. boxes_flg     string(1)             !Use boxes or spaces on stmt
  14. parameter1     string(1)             !Spare parameter 1
  15. parameter2     string(1)             !Spare parameter 2
  16. parameter3     string(1)             !Spare parameter 3
  17.          . .
  18.